From: Kunal Mehta Date: Thu, 13 Nov 2014 20:53:50 +0000 (-0800) Subject: ObjectCacheSessionHandler::getCache() returns BagOStuff X-Git-Tag: 1.31.0-rc.0~13307^2 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=dd8fef31e7c5ae2c152a9ee06cdc98999457a117;p=lhc%2Fweb%2Fwiklou.git ObjectCacheSessionHandler::getCache() returns BagOStuff Change-Id: I7f514857154297c7033dd26af97b6ac83c13f104 --- diff --git a/includes/objectcache/ObjectCacheSessionHandler.php b/includes/objectcache/ObjectCacheSessionHandler.php index cdf8da1eaa..40b40d1567 100644 --- a/includes/objectcache/ObjectCacheSessionHandler.php +++ b/includes/objectcache/ObjectCacheSessionHandler.php @@ -49,7 +49,7 @@ class ObjectCacheSessionHandler { /** * Get the cache storage object to use for session storage - * @return ObjectCache + * @return BagOStuff */ static function getCache() { global $wgSessionCacheType;